home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / DMO / DMOSample / dmosample.rc < prev    next >
Encoding:
Text File  |  2001-10-08  |  1.0 KB  |  47 lines

  1. #include <activex.ver>
  2. #include "resource.h"
  3.  
  4. #include "winres.h"
  5.  
  6. 1 TEXTINCLUDE DISCARDABLE 
  7. BEGIN
  8.     "resource.h\0"
  9. END
  10.  
  11. 2 TEXTINCLUDE DISCARDABLE 
  12. BEGIN
  13.     "#include ""winres.h""\r\n"
  14.     "\0"
  15. END
  16.  
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // REGISTRY
  21. //
  22. //==========================================================================;
  23. //
  24. //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  25. //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  26. //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  27. //  PURPOSE.
  28. //
  29. //  Copyright (c) 2000-2001  Microsoft Corporation.  All Rights Reserved.
  30. //
  31. //--------------------------------------------------------------------------;
  32.  
  33. IDR_SAMPLE              REGISTRY DISCARDABLE    "Sample.rgs"
  34.  
  35.  
  36. //
  37. // Version Info
  38. //
  39. #define VERSION_RES_BIN_NAME        "DMOSample.dll\0"
  40. #define VERSION_RES_BIN_DESCRIPTION    "DMO Sample Filter (Sample)\0"
  41.  
  42. #define AMOVIE_SELF_REGISTER
  43.  
  44. #include <activex.rcv>
  45.  
  46.  
  47.